Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Sep 26, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on replacing the usage of the SiDiscord icon from @react-icons with a custom DiscordIcon component across several files in the dashboard application.

Detailed summary

  • Replaced SiDiscord icon with DiscordIcon in edit-profile.tsx.
  • Updated SOCIALS array in socialLinks.tsx to use DiscordIcon.
  • Changed PublisherSocials component to use DiscordIcon.
  • Added DiscordIcon component in DiscordIcon.tsx with SVG implementation.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Sep 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 1:59am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Sep 27, 2024 1:59am
thirdweb_playground ⬜️ Skipped (Inspect) Sep 27, 2024 1:59am
wallet-ui ⬜️ Skipped (Inspect) Sep 27, 2024 1:59am

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 26, 2024 16:36 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 26, 2024 16:36 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 26, 2024 16:36 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Sep 26, 2024

⚠️ No Changeset found

Latest commit: b1d78b1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 26, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Sep 26, 2024
@kien-ngo kien-ngo changed the title :replace discord icon [Dashboard] Replace Discord icon Sep 26, 2024
@kien-ngo kien-ngo marked this pull request as ready for review September 26, 2024 16:36
@github-actions
Copy link
Contributor

github-actions bot commented Sep 26, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 41.93 KB (0%) 839 ms (0%) 3.2 s (+57.29% 🔺) 4 s
thirdweb (cjs) 101.55 KB (0%) 2.1 s (0%) 5.1 s (-3.99% 🔽) 7.1 s
thirdweb (minimal + tree-shaking) 4.82 KB (0%) 97 ms (0%) 449 ms (+147.33% 🔺) 545 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 96 ms (-1.76% 🔽) 106 ms
thirdweb/react (minimal + tree-shaking) 16.78 KB (0%) 336 ms (0%) 589 ms (-42.36% 🔽) 925 ms

@MananTank MananTank changed the base branch from kien/replace-unity-icon to graphite-base/4816 September 27, 2024 01:26
@kien-ngo kien-ngo force-pushed the kien/replace-discord-icon branch from 37a2793 to 30a9e87 Compare September 27, 2024 01:32
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 27, 2024 01:32 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 27, 2024 01:32 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 27, 2024 01:32 Inactive
@codecov
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.67%. Comparing base (bc348ea) to head (b1d78b1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4816   +/-   ##
=======================================
  Coverage   47.67%   47.67%           
=======================================
  Files        1051     1051           
  Lines       56715    56715           
  Branches     3894     3894           
=======================================
  Hits        27040    27040           
  Misses      28988    28988           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from bc348ea
packages 43.40% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@kien-ngo kien-ngo requested a review from MananTank September 27, 2024 01:34
@MananTank MananTank changed the base branch from graphite-base/4816 to main September 27, 2024 01:41
@MananTank MananTank force-pushed the kien/replace-discord-icon branch from 30a9e87 to 246439f Compare September 27, 2024 01:41
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 27, 2024 01:41 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 27, 2024 01:41 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 27, 2024 01:41 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 27, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on replacing the usage of the `SiDiscord` icon from `@react-icons/all-files` with a custom `DiscordIcon` component in multiple files, enhancing the icon's integration and potentially improving styling consistency.

### Detailed summary
- Replaced `SiDiscord` icon with `DiscordIcon` in:
  - `edit-profile.tsx`
  - `socialLinks.tsx`
  - `PublisherSocials.tsx`
- Introduced `DiscordIcon` component in `DiscordIcon.tsx` with an SVG representation.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@jnsdls jnsdls force-pushed the kien/replace-discord-icon branch from 246439f to b1d78b1 Compare September 27, 2024 01:52
@vercel vercel bot temporarily deployed to Preview – docs-v2 September 27, 2024 01:52 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui September 27, 2024 01:52 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground September 27, 2024 01:52 Inactive
@graphite-app graphite-app bot merged commit b1d78b1 into main Sep 27, 2024
@graphite-app graphite-app bot deleted the kien/replace-discord-icon branch September 27, 2024 02:00
@vercel vercel bot temporarily deployed to Production – wallet-ui September 27, 2024 02:00 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground September 27, 2024 02:00 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 September 27, 2024 02:00 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants